home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / hf^k-7.dms / in.adf / envWWW21 / Install_e.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-19  |  622 b   |  20 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/html.syntax"
  4. INSTALL PRESET="presets/html.api"
  5.  
  6. ; create new menu/toolbar (based on the menu/toolbar currently used for editing text)
  7.  
  8. INSTALL PRESET="presets/e/html.menu"  MERGEMENU    "anytext" MERGEMENUPOS=1
  9. INSTALL PRESET="presets/html.gadgets" MERGEGADGETS "anytext"
  10.  
  11. ; modify standard toolbar
  12.  
  13. INSTALL PRESET="presets/standard.gadgets" MERGEGADGETS "anytext" REPLACE
  14.  
  15. ; install new filetype
  16.  
  17. FILETYPE ADD="(#?.html|#?.htm)" DUP="anytext.html" PRI=127 PRESETS "html.syntax" "html.menu" "html.gadgets" "html.api"
  18.  
  19. INFO MSG="Installation complete, please RESTART GoldED."
  20.